home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- orderFrontNXColorPanel:;
- performResize:;
- };
- SUPERCLASS = Object;
- };
- IconView = {
- SUPERCLASS = View;
- };
- Browser = {
- SUPERCLASS = Control;
- };
- TransferPanel = {
- ACTIONS = {
- transfer:;
- loadForm:;
- doit:;
- delete:;
- newMbox:;
- open:;
- };
- OUTLETS = {
- delete;
- form;
- browser;
- transfer;
- new;
- open;
- appIcon;
- win;
- };
- SUPERCLASS = Object;
- };
- NXBrowser = {
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = Control;
- };
-